|
FEXP Solver
1.0.0.0
|
Base interface for the block data from input files. More...
#include <FEXPSerializeData.h>

Public Member Functions | |
| ICFEXPSerialDataBase (const std::string &identifier, const t_FileTableStructMap &tab_map) | |
| virtual | ~ICFEXPSerialDataBase () |
| virtual void | CreateData (const std::string &tab_key, const std::vector< std::string > &tab_def, const std::vector< std::string > &lines)=0 |
| virtual bool | ContainsTab (const std::string &key)=0 |
| const std::string | GetIdentifier () const |
Protected Member Functions | |
| const t_FileTableStructMap & | get_cls_map () |
| std::vector< std::string > | split_string (const std::string &str, const std::string &delim) |
| template<typename TValue > | |
| TValue | convert_string_to (const std::string &txt) |
Base interface for the block data from input files.
| ICFEXPSerialDataBase::ICFEXPSerialDataBase | ( | const std::string & | identifier, |
| const t_FileTableStructMap & | tab_map | ||
| ) |
|
inlinevirtual |
|
pure virtual |
|
protected |
|
pure virtual |
|
inlineprotected |
| const std::string ICFEXPSerialDataBase::GetIdentifier | ( | ) | const |
|
protected |